home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 January / macformat-020.iso / Shareware City / Developers / Synthesizer Source / Synthesizer Folder / EditCommandParameters.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-10-01  |  709 b   |  31 lines  |  [TEXT/KAHL]

  1. /* EditCommandParameters.h */
  2.  
  3. #ifndef Included_EditCommandParameters_h
  4. #define Included_EditCommandParameters_h
  5.  
  6. /* EditCommandParameters module depends on */
  7. /* MiscInfo.h */
  8. /* Audit */
  9. /* Debug */
  10. /* Definitions */
  11. /* NoteObject */
  12. /* Memory */
  13. /* NoteAttributeDialog */
  14. /* BinaryCodedDecimal */
  15. /* TrackObject */
  16. /* DataMunging */
  17. /* CmdDlgOneParam */
  18. /* CmdDlgTwoParams */
  19. /* CmdDlgOneBinaryChoice */
  20. /* CmdDlgOneString */
  21.  
  22. /* forwards */
  23. struct NoteObjectRec;
  24.  
  25. /* present a dialog box appropriate to the object type which allows the */
  26. /* user to edit the object's attributes */
  27. void                            EditNoteOrCommandAttributes(struct NoteObjectRec* NoteCommand,
  28.                                         struct TrackObjectRec* Track);
  29.  
  30. #endif
  31.